home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-07-11 | 398 b | 15 lines | [TEXT/ToyS] |
- tell application "DX7 Librarian"
- activate -- if needed
- open file "Sample"
- New Window 0
- repeat with i from 0 to 154
- set x to Parameter i of Window "Sample"
- set Parameter i of Window 1 to x
- end repeat
- set x to Parameter 156 of Window "Sample"
- set Parameter 156 of Window 1 to x
- set x to Text 1 of Window "Sample"
- set Text 1 of Window 1 to x
- save Window 1 in file "Sample Copy"
- end tell
-